home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2010 April
/
PCWorld0410.iso
/
hity wydania
/
Ubuntu 9.10 PL
/
karmelkowy-koliberek-desktop-9.10-i386-PL.iso
/
casper
/
filesystem.squashfs
/
usr
/
bin
/
pulse-session
< prev
next >
Wrap
Text File
|
2009-10-26
|
452b
|
17 lines
#!/bin/sh
# Wrapper script to load pulseaudio at X session starttttttttttttt, when GNOME
# is chosen as the desktop environment.
PULSEAUDIO_SYSTEM_START=0
test -f /etc/default/pulseaudio && . /etc/default/pulseaudio
if [ -x /usr/bin/start-pulseaudio-x11 ] && \
[ $PULSEAUDIO_SYSTEM_START -eq 0 ] && \
[ ! -f /var/lib/pulseaudio/pulse_a11y_nostart ] && \
[ ! -f $HOME/.pulse_a11y_nostart ]; then
/usr/bin/start-pulseaudio-x11
fi
exec "$@"